blob: 37d5e6e560b13c963809b7a09a1de0411c1524c3 [file] [log] [blame]
{
"name": "AddApptrFramework",
"version": "1.0.0",
"summary": "Create a Cocoapods framework.Integrate one third-party dependency (AFNetworking)",
"description": "The framework should receive a Github username from the user's application.Execute the Github v3 API endpoint to\nget the repositories of the username mentioned in the first step. Prepare and return the result properly to the user's application. Write a unit test for the following, Framework's APIs (one API in our case),The method that handles Github API call.Publish your framework on CocoaPods publicly.",
"homepage": "https://github.com/najam997/AddApptrFramework.git",
"license": "MIT",
"authors": {
"najam997": "syednajam997@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/najam997/AddApptrFramework.git",
"tag": "1.0.0"
},
"source_files": "AddApptrFramework/*"
}