blob: 8a11754d67955a4b8daebd3cba423b763ac85262 [file] [log] [blame]
{
"name": "NCore",
"version": "0.1.2",
"summary": "Just an exaple podspec to learn cocoapods and then expand on ones knowledge",
"description": "Just an exaple podspec to learn cocoapods and then expand on ones knowledge. In Future this may expand to add and extend missing or helper methods in various swift classes.",
"homepage": "https://github.com/neerajgoyal12/NCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"neerajgoyal12": "neerajgoyal12@gmail.com"
},
"source": {
"git": "https://github.com/neerajgoyal12/NCore.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NCore/Classes/**/*",
"frameworks": [
"MapKit",
"Foundation",
"SystemConfiguration",
"CoreText",
"QuartzCore",
"Security",
"UIKit",
"Foundation",
"CoreGraphics",
"CoreTelephony",
"FirebaseCore",
"FirebaseRemoteConfig",
"FirebaseInstanceID",
"FirebaseAnalytics",
"FirebaseABTesting",
"FirebaseCoreDiagnostics",
"FirebaseNanoPB"
],
"libraries": [
"c++",
"sqlite3",
"z"
],
"dependencies": {
"Firebase": [
],
"Firebase/Core": [
],
"Firebase/RemoteConfig": [
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC"
}
}